home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / registr / regcmd102.exe / {app} / RegCmd.exe / 0 / RCDATA / TFORMSELECT / TFORMSELECT.txt
Text File  |  2002-06-07  |  2KB  |  83 lines

  1. object FormSelect: TFormSelect
  2.   Left = 251
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FormSelect'
  7.   ClientHeight = 260
  8.   ClientWidth = 393
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Main_Panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 393
  25.     Height = 260
  26.     Align = alClient
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object Ok_Btn: TButton
  31.       Left = 216
  32.       Top = 232
  33.       Width = 81
  34.       Height = 21
  35.       Caption = '&OK'
  36.       Default = True
  37.       ModalResult = 1
  38.       TabOrder = 1
  39.       OnClick = Ok_Cmd
  40.     end
  41.     object Cancel_Btn: TButton
  42.       Left = 304
  43.       Top = 232
  44.       Width = 81
  45.       Height = 21
  46.       Cancel = True
  47.       Caption = '&Cancel'
  48.       ModalResult = 2
  49.       TabOrder = 2
  50.     end
  51.     object Type_ListView: TListView
  52.       Left = 8
  53.       Top = 8
  54.       Width = 377
  55.       Height = 217
  56.       Columns = <
  57.         item
  58.           Caption = 'Data Type'
  59.           Width = 122
  60.         end
  61.         item
  62.           Caption = 'SDK Declaration Name'
  63.           Width = 213
  64.         end
  65.         item
  66.           Alignment = taRightJustify
  67.           Caption = 'Num'
  68.           Width = 38
  69.         end>
  70.       ColumnClick = False
  71.       FullDrag = True
  72.       HideSelection = False
  73.       ReadOnly = True
  74.       RowSelect = True
  75.       SmallImages = FormRegCmd.ImageList2
  76.       TabOrder = 0
  77.       ViewStyle = vsReport
  78.       OnDblClick = Ok_Cmd
  79.       OnKeyDown = Type_ListView_KeyDown
  80.     end
  81.   end
  82. end
  83.